From: Dimitrios Eftaxiopoulos Date: Thu, 6 Jan 2011 22:22:45 +0000 (+0200) Subject: Do not apply createpngdirectory.patch since empty png dir exists in the source X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~244 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22file:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22file:/?a=commitdiff_plain;h=9731577bf4069b7495a4e35056f9f5ed855867f7;p=mathgl.git Do not apply createpngdirectory.patch since empty png dir exists in the source --- diff --git a/.pc/applied-patches b/.pc/applied-patches index 1287af9..0869205 100644 --- a/.pc/applied-patches +++ b/.pc/applied-patches @@ -3,5 +3,4 @@ dircategory-and-direntry-mathgl-ru-texi.patch dircategory-and-direntry-mgl-ru-texi.patch dircategory-and-direntry-mgl-en-texi.patch correct-spelling-error-in-nympy-i.patch -createpngdirectory.patch mgl-mgl_data_io_cpp.patch diff --git a/.pc/createpngdirectory.patch/.timestamp b/.pc/createpngdirectory.patch/.timestamp deleted file mode 100644 index e69de29..0000000 diff --git a/.pc/createpngdirectory.patch/texinfo/png/Makefile.am b/.pc/createpngdirectory.patch/texinfo/png/Makefile.am deleted file mode 100644 index 80e5143..0000000 --- a/.pc/createpngdirectory.patch/texinfo/png/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -pngdir = $(docdir)/png - -images = ${shell $(top_builddir)/examples/mgl_example -list} -png_images = ${images:=.png} -png_DATA = $(png_images) -CLEANFILES = $(png_images) - -$(png_images): hotdogs.pts # $(top_builddir)/examples/mgl_example - $(top_builddir)/examples/mgl_example -kind=${@:.png=} - cp ${@} ../../png/ - touch $(srcdir)/../mathgl.texi diff --git a/debian/patches/series b/debian/patches/series index 93e491e..0869205 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,5 +3,4 @@ dircategory-and-direntry-mathgl-ru-texi.patch dircategory-and-direntry-mgl-ru-texi.patch dircategory-and-direntry-mgl-en-texi.patch correct-spelling-error-in-nympy-i.patch -createpngdirectory.patch mgl-mgl_data_io_cpp.patch diff --git a/texinfo/png/Makefile.am b/texinfo/png/Makefile.am index 1d28940..80e5143 100644 --- a/texinfo/png/Makefile.am +++ b/texinfo/png/Makefile.am @@ -7,6 +7,5 @@ CLEANFILES = $(png_images) $(png_images): hotdogs.pts # $(top_builddir)/examples/mgl_example $(top_builddir)/examples/mgl_example -kind=${@:.png=} - if test ! -d ../../png; then mkdir ../../png/; fi cp ${@} ../../png/ touch $(srcdir)/../mathgl.texi diff --git a/texinfo/png/Makefile.in b/texinfo/png/Makefile.in index bf7b8af..b4d2d29 100644 --- a/texinfo/png/Makefile.in +++ b/texinfo/png/Makefile.in @@ -461,7 +461,6 @@ uninstall-am: uninstall-pngDATA $(png_images): hotdogs.pts # $(top_builddir)/examples/mgl_example $(top_builddir)/examples/mgl_example -kind=${@:.png=} - if test ! -d ../../png; then mkdir ../../png/; fi cp ${@} ../../png/ touch $(srcdir)/../mathgl.texi